'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public MustInherit Class ControlBuilder (Of TControl As Control, TBuilder As ControlBuilder(Of TControl,TBuilder)) Inherits ComponentBuilder(Of TControl,TBuilder)
[EditorBrowsable(EditorBrowsableState.Never)] public abstract class ControlBuilder<TControl,TBuilder> : ComponentBuilder<TControl,TBuilder> where TControl: Control where TBuilder: ControlBuilder<TControl,TBuilder>